[INFO] fetching crate dial9-trace-format 0.4.1...
[INFO] fixing dial9-trace-format-0.4.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate dial9-trace-format 0.4.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate dial9-trace-format 0.4.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dial9-trace-format 0.4.1
[INFO] tweaked toml for crates.io crate dial9-trace-format 0.4.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dial9-trace-format 0.4.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dial9-trace-format 0.4.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dial9-trace-format-derive v0.4.1
[INFO] [stderr]   Downloaded iai-callgrind-macros v0.6.1
[INFO] [stderr]   Downloaded iai-callgrind v0.16.1
[INFO] [stderr]   Downloaded iai-callgrind-runner v0.16.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9c34a48cfe449f42cf7081170d81a4694b08f3bc1fc5278d156e8f8e73bd9343
[INFO] running `Command { std: "docker" "start" "9c34a48cfe449f42cf7081170d81a4694b08f3bc1fc5278d156e8f8e73bd9343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c34a48cfe449f42cf7081170d81a4694b08f3bc1fc5278d156e8f8e73bd9343" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c34a48cfe449f42cf7081170d81a4694b08f3bc1fc5278d156e8f8e73bd9343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c34a48cfe449f42cf7081170d81a4694b08f3bc1fc5278d156e8f8e73bd9343" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling iai-callgrind-runner v0.16.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling iai-callgrind v0.16.1
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling dial9-trace-format-derive v0.4.1
[INFO] [stderr]     Checking dial9-trace-format v0.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling iai-callgrind-macros v0.6.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stdout] error[E0599]: no method named `deserialize` found for struct `RawEvent<'a, 'f>` in the current scope
[INFO] [stdout]    --> tests/serde_deserialize.rs:33:28
[INFO] [stdout]     |
[INFO] [stdout]  33 |             out = Some(raw.deserialize::<T>().expect("deserialize first event"));
[INFO] [stdout]     |                            ^^^^^^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `Deserialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs:561:5
[INFO] [stdout]     |
[INFO] [stdout] 561 | /     fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 562 | |     where
[INFO] [stdout] 563 | |         D: Deserializer<'de>;
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout]  33 -             out = Some(raw.deserialize::<T>().expect("deserialize first event"));
[INFO] [stdout]  33 +             out = Some(RawEvent<'_, '_>::deserialize().expect("deserialize first event"));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deserialize` found for struct `RawEvent<'a, 'f>` in the current scope
[INFO] [stdout]    --> tests/serde_deserialize.rs:45:25
[INFO] [stdout]     |
[INFO] [stdout]  45 |         events.push(raw.deserialize::<T>().expect("deserialize event"));
[INFO] [stdout]     |                         ^^^^^^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `Deserialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs:561:5
[INFO] [stdout]     |
[INFO] [stdout] 561 | /     fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 562 | |     where
[INFO] [stdout] 563 | |         D: Deserializer<'de>;
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout]  45 -         events.push(raw.deserialize::<T>().expect("deserialize event"));
[INFO] [stdout]  45 +         events.push(RawEvent<'_, '_>::deserialize().expect("deserialize event"));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deserialize` found for struct `RawEvent<'a, 'f>` in the current scope
[INFO] [stdout]    --> tests/serde_deserialize.rs:460:26
[INFO] [stdout]     |
[INFO] [stdout] 460 |         let result = raw.deserialize::<ExpectsExtra>();
[INFO] [stdout]     |                          ^^^^^^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `Deserialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs:561:5
[INFO] [stdout]     |
[INFO] [stdout] 561 | /     fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 562 | |     where
[INFO] [stdout] 563 | |         D: Deserializer<'de>;
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout] 460 -         let result = raw.deserialize::<ExpectsExtra>();
[INFO] [stdout] 460 +         let result = RawEvent<'_, '_>::deserialize();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deserialize` found for struct `RawEvent<'a, 'f>` in the current scope
[INFO] [stdout]    --> tests/serde_deserialize.rs:640:29
[INFO] [stdout]     |
[INFO] [stdout] 640 |         if let Err(e) = raw.deserialize::<WithPool>() {
[INFO] [stdout]     |                             ^^^^^^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `Deserialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs:561:5
[INFO] [stdout]     |
[INFO] [stdout] 561 | /     fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 562 | |     where
[INFO] [stdout] 563 | |         D: Deserializer<'de>;
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout] 640 -         if let Err(e) = raw.deserialize::<WithPool>() {
[INFO] [stdout] 640 +         if let Err(e) = RawEvent<'_, '_>::deserialize() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deserialize` found for struct `RawEvent<'a, 'f>` in the current scope
[INFO] [stdout]    --> tests/serde_deserialize.rs:674:29
[INFO] [stdout]     |
[INFO] [stdout] 674 |         if let Err(e) = raw.deserialize::<WithStack>() {
[INFO] [stdout]     |                             ^^^^^^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `Deserialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs:561:5
[INFO] [stdout]     |
[INFO] [stdout] 561 | /     fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 562 | |     where
[INFO] [stdout] 563 | |         D: Deserializer<'de>;
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout] 674 -         if let Err(e) = raw.deserialize::<WithStack>() {
[INFO] [stdout] 674 +         if let Err(e) = RawEvent<'_, '_>::deserialize() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `deserialize` found for struct `RawEvent<'a, 'f>` in the current scope
[INFO] [stdout]    --> tests/serde_deserialize.rs:711:29
[INFO] [stdout]     |
[INFO] [stdout] 711 |         if let Err(e) = raw.deserialize::<WantsBool>() {
[INFO] [stdout]     |                             ^^^^^^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `Deserialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs:561:5
[INFO] [stdout]     |
[INFO] [stdout] 561 | /     fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 562 | |     where
[INFO] [stdout] 563 | |         D: Deserializer<'de>;
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout] 711 -         if let Err(e) = raw.deserialize::<WantsBool>() {
[INFO] [stdout] 711 +         if let Err(e) = RawEvent<'_, '_>::deserialize() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dial9-trace-format` (test "serde_deserialize") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9c34a48cfe449f42cf7081170d81a4694b08f3bc1fc5278d156e8f8e73bd9343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c34a48cfe449f42cf7081170d81a4694b08f3bc1fc5278d156e8f8e73bd9343", kill_on_drop: false }`
[INFO] [stdout] 9c34a48cfe449f42cf7081170d81a4694b08f3bc1fc5278d156e8f8e73bd9343
